@charset "UTF-8";


.slick-dots{
bottom: 25px !important;
  z-index: 100;
}
@media (max-width: 768px){
  .slick-dots{
    bottom: 15px !important;
    }
}


.slick-dots li button:before{
  /* color: rgba(0, 0, 0, 0.5) !important; */
}

.slick-dots li.slick-active button:before
{
    /* opacity: .25!important; */
    color: rgb(255, 255, 255)!important;
}


.slick-prev, .slick-next{
  z-index: 100;
  color: rgba(255, 255, 255, 0.856) !important;
}

.slick-prev{
left: 25px !important;
}
.slick-next{
right: 25px !important;
}



.about .abt02__def > dd:nth-of-type(2) {
  font-size: 1.4rem;
  margin-top: 3rem;
  line-height: 1.7;
  text-indent: 0em;
  margin-left: 0em;
}



.pcdis {display:block;}@media (max-width: 768px){.pcdis {display:none;}}
.spdis {display:none;}@media (max-width: 768px){.spdis {display:block; }}


.service .ser01__att {
  font-size: 1.4rem;
  margin-top: 3rem;
  padding-bottom: 2rem;
  text-indent: -1rem;
  padding-left: 1rem;
  }


  @media screen and (min-width: 768px){
.service .ser01__att {
  text-align: center;
  text-align: left;
  width: 720px;
  margin: 3rem 0 0 240px;
  text-indent: -1rem;
  padding-left: 1rem;
}}




.work_single .wors01__menu {
  width: 100%;
  margin: auto;
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .work_single .wors01__menu {
    width: 34.3rem;
  }
}


.home .idx06__def > dt span {
  margin-right: 0.67rem;
}
.about .abt01__def > dt span {
  margin-right: 0.67rem;
}

@media screen and (min-width: 768px){
.about .abt02__img img {
margin-right: 2rem;
}
}
.about .abt02__img img {
  height: 26rem;
  width: auto;
}

/* Contact */
.contact .con01__ttl3 {
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  padding-left: 0rem;
  font-weight: 400;
  color: #92497B;
}


.contact .con01__ttl3::before {
  content: "";
  width: 0rem;
  height: 0rem;
  display: block;
  background-color: #d5cad2;
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
  }


  .home .idx01__box .slick-slide > p{
font-family: 'M PLUS 1p', sans-serif;
font-weight: 300;
  }


  .home .idx06__def > dd{
    width: 75%;
margin-top: 1.5rem;
  }



.contact .con01__btn::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 2rem;
    margin-top: -25px;
}

.contact .con01__btn::after {
      border-width: 9px 0 9px 9px;
      margin-top: -30px;
}

.about .abt01__img svg path, .about .abt01__img img path {
 fill: #7b4861; 
  }

  .contact .con01 .inquiry,  .contact .con01 .inquiry tbody{
    /* border-collapse: collapse;
    border-spacing: 0px ; */
  }


.contact .con01 .inquiry tr{
  /* border-collapse: collapse;
  border-spacing: 0px ; */
/* border-top: 0px solid #a7a7a7; */
  }

  .contact .con01 .inquiry:last-of-type tr{
    /* border-collapse: collapse;
    border-spacing: 0px ; */
/* border-bottom: 0px solid #a7a7a7; */
  }



  .hr-border {
    /* border-bottom: 1px solid #d1d1d1; */
    margin: 0 2px;
    display: table-row;
    }